Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notification Service #37

Merged
merged 3 commits into from
Aug 29, 2020
Merged

Notification Service #37

merged 3 commits into from
Aug 29, 2020

Conversation

pyrocumulus
Copy link
Owner

@pyrocumulus pyrocumulus commented Aug 27, 2020

This covers the notification service of the PVOutput api. It allows for registerering and deregistering notification url's that get called when certain alerts get triggered.

Closes #14, Closes #15

Most ground work has been covered
@pyrocumulus pyrocumulus added the enhancement New feature or request label Aug 27, 2020
@pyrocumulus pyrocumulus added this to the 0.8.0 milestone Aug 27, 2020
@pyrocumulus pyrocumulus self-assigned this Aug 27, 2020
Added unit test for registering with an Uri as input
@codecov
Copy link

codecov bot commented Aug 29, 2020

Codecov Report

Merging #37 into develop will increase coverage by 0.18%.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           develop      #37      +/-   ##
===========================================
+ Coverage    93.47%   93.66%   +0.18%     
===========================================
  Files          113      116       +3     
  Lines         2023     2083      +60     
  Branches       132      133       +1     
===========================================
+ Hits          1891     1951      +60     
  Misses          99       99              
  Partials        33       33              

Fixed CA not propagating `CancellationToken` in `BaseObjectStringReader`
@pyrocumulus pyrocumulus merged commit ceaefe8 into develop Aug 29, 2020
@pyrocumulus pyrocumulus deleted the notification branch August 29, 2020 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deregister Notification Service Register Notification Service
1 participant